go/types.Checker.pkgPathMap (field)
8 uses
go/types (current package)
check.go#L178: pkgPathMap map[string]map[string]bool
check.go#L564: check.pkgPathMap = nil
format.go#L138: if check.pkgPathMap == nil {
format.go#L139: check.pkgPathMap = make(map[string]map[string]bool)
format.go#L144: if len(check.pkgPathMap[pkg.name]) > 1 {
format.go#L160: forName, ok := check.pkgPathMap[pkg.name]
format.go#L163: check.pkgPathMap[pkg.name] = forName
resolver.go#L203: if check.pkgPathMap != nil {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)